From: Stefan Monnier Date: Fri, 11 Sep 2009 04:27:38 +0000 (+0000) Subject: (autoloads): Make rmail.el writable as well. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10566 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9a5cc66f63f0c184c7844e7590f9e23755f9c806;p=emacs.git (autoloads): Make rmail.el writable as well. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f9c5b000271..edf617df1a9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-09-11 Stefan Monnier + + * Makefile.in (autoloads): Make rmail.el writable as well. + 2009-09-11 Glenn Morris * apropos.el (apropos-documentation-check-doc-file): Exclude unbound diff --git a/lisp/Makefile.in b/lisp/Makefile.in index b167c7f8d8b..da2c9d37c85 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -133,7 +133,7 @@ finder-data: doit # are identified by being the value of `generated-autoload-file'. autoloads: $(LOADDEFS) doit chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \ - $(lisp)/emacs-lisp/cl-loaddefs.el + $(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el wd=$(lisp); $(setwins_almost); \ echo Directories: $$wins; \ $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins